<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin: 0;
	padding: 0;
	/*font-family:"微软雅黑";*/
}
ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.cc-box{
	clear: both;
	height: 0;
	width: 100%;
}

/*导航栏*/
.navbar {
    min-height: 96px;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default {
    background-color: white;
    border: none;
}
.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:focus, .navbar-default .navbar-nav&gt;.active&gt;a:hover {
    color: white;
    background-color: #034493;
}
.navbar-default .navbar-nav&gt;li{height: 96px;}
.navbar-default .navbar-nav&gt;li&gt;a {
	font-size: 16px;
    color: black;
    padding: 37.5px 17px;
     padding: 38px 17px 37px;
    height: 100%;
}
.navbar-nav {
    float: right;
}
.navbar-default .navbar-nav&gt;li&gt;a:focus, .navbar-default .navbar-nav&gt;li&gt;a:hover{
	color: #034493;
}
.nav&gt;.nav-ss{
	display: flex;
	align-items: center;
	position: relative;
}
.nav&gt;.nav-ss div{
	position: absolute;
	top: 30px;
	right: 0;
	width: 245px;
	background-color: white;
	display: none;
}
.nav-ss div form{
	width: 210px;
    height: 30px;
	position: relative;
	display: inline-block;
}
.nav-ss div form input[type=text]{
	width: 180px;
    height: 30px;
    border:1px solid #666666;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 7px;
    outline: none;
}
.nav-ss div form input[type=submit]{
	width: 30px;
    height: 30px;
    border: 1px solid #052C73;
    outline: none;
    background: url(../images/ss.png) no-repeat center center;
    background-color: #052C73;
    background-size: 21px;
    position: absolute;
    right: 0;
    top: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ss-cl{
	width: 30px;
    height: 30px;
    border: 1px solid white;
    box-sizing: border-box;
    background-color: #052C73;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    border-radius: 5px;
}
.ss-cl img{
	width: 15px;
	height: 15px;
}
.ss-cl:hover{
	cursor: pointer;
}
.navbar-brand {
    padding: 15px 0 0;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
/*轮播*/
.carousel-indicators {
    bottom: 15px;
}
.carousel-inner {
    min-width: 1200px;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-indicators li {
    width: 34px;
    height: 3px;
    margin: 1px 5px;
    border-radius: 2px;
    background-color: white;
}
.carousel-indicators .active {
    width: 34px;
    height: 3px;
    margin: 1px 3px;
    background-color: #034493;
    border-color: #034493;
}
.carousel-inner&gt;.item{
	height: 630px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*产品*/
.inpro-box{
	padding: 50px 0 55px;
}
.index-til{
	font-size: 30px;
	padding: 0 14px;
	text-align: center;
	margin-bottom: 45px;
}
.index-til span{display: block;background-color: #9C9C9C;width: 42px;height: 1px;margin: 6px auto 0;}
.inpro-tex{text-align: center;}
.inpro-sw{height: 340px;padding-top: 20px;}
.inpro-sw .swiper-slide{width: 180px;}
.inpro-sw .swiper-slide p{width: 180px;height: 240px;border-bottom: 1px solid #D9D9D9;display: flex;
align-items: center;justify-content: center;text-align: center;transition: all 0.4s;}
.inpro-sw .swiper-slide p img{max-width: 100%;max-height: 100%;}
.inpro-sw .swiper-slide span{display: block;text-align: center;font-size: 15px;padding: 10px 0;
color: #333333;}
.inpro-bot{position: relative;text-align: center;display: inline-block;width: 205px;
margin: 45px auto 0;}
.inpro-bot .swiper-pagination{position: initial;margin-top: 5px;}
.inpro-bot .swiper-button-next, .inpro-bot .swiper-button-prev {
    top: 0;
    width: 15px;
    height: 28px;
    margin-top: 0;
    cursor: pointer;
    -moz-background-size: 15px 28px;
    -webkit-background-size: 15px 28px;
    background-size: 15px 28px;
    outline: none;
}
.inpro-bot .swiper-button-prev, .inpro-bot .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/inpro-pp.jpg);
    left: 0;
}
.inpro-bot .swiper-button-next, .inpro-bot .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/inpro-nn.jpg);
    right: 0;
}
.inpro-bot .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #4C4C4C;
    opacity: 1;
    margin: 0 5px;
}
.inpro-bot .swiper-pagination-bullet-active {
    background: #4C4C4C;
}
.inpro-sw .swiper-slide a:hover p{
	box-shadow: 2px 2px 10px 1px #EDEDED;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.inpro-sw .swiper-slide a:hover span{color: #034493;}
/*案例*/
.til-w{color: white;}
.til-w span{background-color: white;}
.incase-box{
	background: url(../images/incase-bj.jpg) no-repeat center center;
	padding: 54px 0;
	min-width: 1200px;
	height: 700px;
	text-align: center;
}
.incase-sw .swiper-slide{
	width: 360px;
	background-color: white;
}
.incase-img{
	width: 100%;
	height: 197px;
	overflow: hidden;
	text-align: center;
}
.incase-img img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.incase-imp{
	padding: 20px;
}
.incase-imp div{
	font-size: 18px;
	color: #333333;
	margin-bottom: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: justify;
}
.incase-imp p{color: #585757;line-height: 26px;overflow: hidden;margin-bottom: 15px;height: 105px;
text-align: justify;}
.incase-imp span{
	color: #023894;
	text-align: justify;
	display: block;
}
.incase-imp span img{
	width: 24px;height: 24px;
	margin-right: 12px;margin-bottom: 2px;
}
.incase-sw .swiper-slide a:hover .incase-img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.incase-sw .swiper-slide a:hover .incase-imp div{color: #023894;}
.incase-bot{position: relative;text-align: center;display: inline-block;width: 160px;margin: 45px auto 0;}
.incase-bot .swiper-pagination{position: initial;margin-top: 5px;}
.incase-bot .swiper-button-next, .incase-bot .swiper-button-prev {
    top: 0;
    width: 15px;
    height: 28px;
    margin-top: 0;
    cursor: pointer;
    -moz-background-size: 15px 28px;
    -webkit-background-size: 15px 28px;
    background-size: 15px 28px;
    outline: none;
}
.incase-bot .swiper-button-prev, .incase-bot .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/incase-pp.png);
    left: 0;
}
.incase-bot .swiper-button-next, .incase-bot .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/incase-nn.png);
    right: 0;
}
.incase-bot .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid white;
    opacity: 1;
    margin: 0 5px;
}
.incase-bot .swiper-pagination-bullet-active {
    background: white;
}
/*关于*/
.inabo-box{
	padding: 56px 0;
	min-width: 1200px;
}
.inabo-tex{
	position: relative;
	height: 460px;
	width: 100%;
}
.inabo-b{
	position: absolute;
	top: 0;
	left: 0;
	width: 503px;
	height: 460px;
	z-index: 500;
}
.inabo-b img{width: 100%;height: 100%;}
.inabo-imp{
	float: right;
	width: 710px;
	margin-top: 1px;
}
.inabo-ltop img{width: 100%;height: 205px;}
.inabo-lbot{
	background: url(../images/inabo-img0.jpg) no-repeat center center;
	width: 710px;
	height: 254px;
	position: relative;
	padding-top: 44px;
    padding-left: 86px;
	z-index: 100;
}
.inabo-lbot p{width: 543px;font-size: 15px;line-height: 26px;}
.inabo-lbot a{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: white;
	font-size: 16px;
	    padding: 8px 38px;
}
/*新闻*/
.innews-box{
	background: url(../images/innews-bj.jpg) no-repeat center center;
	padding: 54px 0;
	min-width: 1200px;
}
.innews-box ul li{
	position: relative;
	width: 550px;
	height: 168px;
	background-color: white;
	float: left;
	margin-left: 50px;
	margin-bottom:42px;transition: all 0.4s;
}
.innews-dd{position: absolute;width: 50px;height: 72px;text-align: center;background-color: white;
color: #333333;font-size: 15px;left: -26px;top: 28px;} 
.innews-dd span{display: block;color: white;font-size: 30px;line-height: 50px;background-color: #034493;}
.innesw-tex&gt;p{
	float: left;
	height: 100%;
	width: 145px;
	overflow: hidden;
}
.innesw-tex&gt;p img{
	width: 100%;
	height: 100%;
}
.innews-imp{padding: 26px;margin-left: 145px;}
.innews-imp div{
	font-size: 18px;margin-bottom: 12px;color: #333333;overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.innews-imp p{color: #757575;line-height: 25px;overflow: hidden;max-height: 54px;margin-bottom: 12px;}
.innews-imp span{color: #333333;display: block;}
.innews-imp span img{margin-left: 6px;margin-bottom: 1px;}
.innews-box ul li:hover{box-shadow: 3px 3px 13px 1px #999999;}
.innews-box ul li a:hover .innews-imp div{
	color: #023894;
}
/*.innews-box ul li a:hover .innesw-tex&gt;p img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}*/
/*联系*/
.incont-box{padding: 54px 0;}
.incont-tex ul{
	border: 1px solid #C0C0C0;
	padding: 10px;
	float: left;
	width: 1053px;
}
.incont-tex ul li{
	float: left;
	width: 33.3%;
	padding: 4px 0 4px 67px;
}
.incont-tex ul li:not(:last-child){
	border-right: 1px solid #C0C0C0;
}
.incont-tex ul li p{
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 1px solid #094896;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	float: left;
	margin: 0;
}
.incont-tex ul li p img{
	max-width: 100%;
	max-height: 100%;
}
.incont-tex ul li div{
	margin-left: 90px;
	width: 172px;padding-top: 11px;
}
.incont-tex ul li div span{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
.incont-erwei{
	float: right;
	width: 108px;
	height: 108px;
	border: 1px solid #B3B3B3;
	padding: 3px;
}
.incont-erwei img{width: 100%;height: 100%;}
/*脚部*/
footer{
	background-color: #333;
	color: white;
	text-align: center;
	padding: 15px 14px 14px;
	min-width: 1200px;
}
footer a,footer a:hover{
    color: #fff;
}

/*关于我们*/
.oth-topimg{
	background: url(../images/oth-topimg.jpg) no-repeat center center;
	min-width: 1200px;
	height: 300px;
}
.oth-box{padding: 50px 0;}
.lujing{
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F0F0F0;
}
.lujing-ul{float: left;font-size: 16px;}
.lujing-ul div{
	float: left;
	background-color: #034493;
	color: white;
	padding: 7px 18px;
}

.lujing-ul ul{
	float: left;margin-top: 11px;
}
.lujing-ul ul li{
	float: left;
    line-height: 16px;
        padding: 7px 18px;
}
.lujing-ul ul li:not(:last-child){
	border-right: 1px solid #ADADAD;
}
.lujing-ul ul li a{color: #747474;padding: 5px 18px;}
.lujing-ul ul li a:hover{color: #034493;}

.lujing-ul ul .act{
    float: left;
	background-color: #034493;
	color: white;
	padding: 7px 18px;
}
.lujing-ul ul .act a{ color: #fff}
.lujing-ul ul .act a:hover{ color: #fff}
.lujing-tex{font-size: 15px;float: right;margin-top: 9px;}
.lujing-tex a{color: #333;}
.abo-til{
	font-size: 24px;margin-bottom: 30px;text-align: center;
}
.abo-tex{margin-bottom: 50px;text-align: center;}
.abo-tex p{
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 0;
}
.abo-img img{
	max-width: 100%;margin-bottom: 15px;
}
.abo-img ul li{float: left;width: 388px;height: 329px;margin-left: 18px;}
.abo-img ul li:nth-of-type(3n+1){
	margin-left: 0;
}
/*
产品页面*/
.pro-box&gt;ul li{
	float: left;
	width: 380px;
	height: 412px;
	margin-bottom: 40px;
    margin-left: 30px;
	position: relative;
	min-height:412px;max-height:412px;
	line-height:411px;
	    text-align: center;
}
.pro-box&gt;ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.pro-box&gt;ul li img{
	max-width: 100%;
	max-height: 100%;
}
.prod-imp{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(3,68,147,.7);
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 135px;
	opacity: 0;
	transition: all 0.4s;
	    line-height: initial;
}
.prod-imp div{font-size: 16px;color: white;margin-bottom: 14px;}
.prod-imp span{
	display: block;
	width: 28px;
	height: 2px;
	background-color: white;
	margin: 0 auto 24px;
}
.prod-imp p{margin: 0;border: 1px solid white;color: white;padding: 5px 20px;display: inline-block;}
.pro-box&gt;ul li a:hover .prod-imp{opacity: 1;}
.fenye{text-align: center;padding: 42px 0;}
.fenye a {display: inline-block;margin: 0 3px;}
.fenye a{
	border: 1px solid #7E7E7E;
	color: #333333;
	padding: 4px 10px;
}
.fenye .current{color: white;background-color: #034493;border-color: #034493;}
.fenye a:hover{color: white;background-color: #034493;}
/*详情*/
.pro-img{
	width: 380px;
	height: auto;
	border: 1px solid #E5E5E5;
	float: left;
	min-height:412px;
	
	line-height:411px;
}
.pro-img img{
	width: 100%;
	height: 100%;
}
.pro-tex{
	margin-left: 415px;
}
.pro-tex div{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #023894;
}
.pro-tex ul li{
	color: #333333;
	line-height: 28px;
	font-size: 15px;
	margin-top: 12px;
}
.pro-tex ul li p{
	margin: 0;
	color: #999999;
	display: inline-block;
	width: 426px;
}
.pro-tex ul li span{
	float: left;
}
.pro-top{
	min-height: 410px;
	margin-bottom: 25px;
}
.prode-chag{
	border-bottom: 1px solid #006DC0;
	margin-bottom: 36px;
}
.prode-chag span{
	display: inline-block;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	margin-right: 45px;
	cursor: pointer;
}
.prode-chag .prode-act{
	color: #006DC0;
}
.prode-imp ul li{
	font-size: 16px;
	color: #999999;
	margin-bottom: 30px;
}
.prode-imp ul li span{
	color: black;
}
.prode-imp p{
	font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 0 10px;
}

/*新闻中心*/
.news-box&gt;ul li{
	padding: 15px 0 12px;
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 18px;
}
.news-left{
	width: 870px;
	float: left;
}
.news-right{
	float: right;
	width: 142px;
}
.news-left span{
	display: block;
	float: left;
	width: 290px;
	height: 145px;
	overflow: hidden;
}
.news-left span img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.news-left div{
	margin-left: 320px;
	padding-top: 18px;
}
.news-left h3{
	font-size: 18px;
	padding: 0;
	margin: 0;
	color: #333333;
	margin-bottom: 20px;
}
.news-left p{
	font-size: 15px;
	line-height: 28px;
	color: #444444;
}
.news-right{
	padding-top: 22px;
}
.news-right p{color: #939393;font-size: 15px;margin-bottom: 32px;}
.news-right span{
	border: 1px solid #AEAEAE;
	color: #939393;
	padding: 6px 14px;
	transition: all 0.4s;
}
.news-box&gt;ul li a:hover .news-left h3{
	color: #034493;
}
.news-box&gt;ul li a:hover .news-right span{
	background-color: #034493;
	color: white;
	border-color: #034493;
}
.news-box&gt;ul li a:hover .news-left span img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*新闻内页*/
.newsdes-text{
	width: 100%;
}
.newsde-til{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsde-til span{
	display: block;
	width: 57px;
	height: 3px;
	margin-top: 15px;
	background-color: #034493;
	margin-left: auto;
	margin-right: auto;
}
.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}
.news-tilbot a{
	color: #034493;
}
.newsde-text{
	margin-bottom: 40px;
	text-align: center;
}
.newsde-text p{
	font-size: 15px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 20px;
	text-align: justify;
}
.newsde-text p span{
	display: block;
	font-weight: bold;
	text-indent: 0;
}
.newsde-text img{
	max-width: 100%;
	width: auto;
	margin-bottom: 20px;
}
.jumptil{
	margin-bottom: 30px;
}
.jumptil span{
	display: block;
	margin-bottom: 12px;
	font-size: 15.5px;
}
.jumptil span a{
	color: #666666;
}
.jumptil span a:hover{
	color: #034493;
}
.move-newsde{
	padding: 20px 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 45px;
}
.moven-til{
	border-left: 3px solid #034493;
	padding: 3px 8px;
	font-size: 20px;
	margin-bottom: 18px;
}
.moven-text{
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;
	display: flex;
}
.moven-text ul{
	min-width: 500px;
	margin-right: 30px;
	color: #034493;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
}
.moven-text ul li{
	width: 50%;
	float: left;
}
.moven-text ul li a{
	color: #666666;
	font-size: 15.5px;
}

/*案例*/
.case-box&gt;ul li{
	float: left;
	width: 280px;
	margin-bottom: 45px;
	margin-left: 26px;
}
.case-box&gt;ul li:nth-of-type(4n+1){
	margin-left: 0;
}
.case-box&gt;ul li p{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.case-box&gt;ul li p img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.case-box&gt;ul li div{
	font-size: 16px;
	color: #545454;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case-box&gt;ul li a:hover div{
	color: #034493;
}
.case-box&gt;ul li a:hover p img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*案例详情*/
.peo-box{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}
.peo-box span{
	display: block;
	color: black;
	font-weight: bold;
}
.peo-box p{
	margin-bottom: 25px;
}
.peo-box div{
	text-align: center;
	margin-bottom: 30px;
}
.peo-box div img{
	max-width: 100%;
}
.thebottom-jump&gt;div {
	margin-top: 50px;
	border-top: 1px solid gainsboro;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.thebottom-jump&gt;div&gt;a {
	font-size: 15px;
	color: #999999;
	line-height: 35px;
	border: 1px solid gainsboro;
	text-align: center;
	margin-top: 40px;
	padding: 3px 15px;
}
.thebottom-jump&gt;div&gt;a&gt;div {
	height: 30px;
	line-height: 30px;
}
.thebottom-jump&gt;div&gt;a:hover {
	background-color: gainsboro;
	color: darkblue;
}
.peo-box ul li {
	font-size: 16px;
	color: #666666;
}
/*详情1*/
.news-de-til {
	border-bottom: 1px solid gainsboro;
	margin-bottom: 25px;
}
.news-de-til&gt;div {
	font-size: 26px;
	text-align: center;
}
.news-de-til&gt;div&gt;div {
	color: #999999;
	font-size: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
}
.news-de-til&gt;div&gt;div&gt;span {
	margin-left: 15px;
	margin-right: 10px;
}
.news-de-text p {
	font-size: 16px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 10px;
	text-align: justify;
}
.news-de-text .de-box-til{
	font-weight: bold;
	margin-bottom: 10px;
}
.news-de-text img {
	max-width: 100%;
	margin-bottom: 15px;
}
.news-de-simg img{
	max-width: 100%;
	margin: 12px 0;
}
.thebottom-jump&gt;div {
	margin-top: 65px;
	border-top: 1px solid gainsboro;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.thebottom-jump&gt;div&gt;a {
	font-size: 16px;
	color: #999999;
	line-height: 35px;
	border: 1px solid gainsboro;
	text-align: center;
	margin-top: 40px;
	padding: 3px 15px;
}
.thebottom-jump&gt;div&gt;a&gt;div {
	height: 30px;
	line-height: 30px;
}
.thebottom-jump&gt;div&gt;a:hover {
	background-color: #1888C2;
	color: white;
}

/*下载*/
.downl-box&gt;ul li{
	border-bottom: 1px solid #F0F0F0;
}
.downl-box&gt;ul li a{
	display: block;
	padding: 17px 0 14px;
	color: black;
}
.downl-box&gt;ul li p{
	display: inline-block;
	width: 1000px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	font-size: 16px;
}
.downl-box&gt;ul li a:hover p{
	color: #034493;
}
.downl-box&gt;ul li span{
	float: right;
	display: block;
	margin-right: 25px;
}
.downl-box&gt;ul li span img{
	width: 18px;
	height: 16px;
	margin-bottom: 4px;
}

/*招纳*/
.rec-tex li{cursor: pointer;}
.rec-top{width: 1055px;margin: 0 auto;border-bottom: 1px dashed #E5E5E5;padding: 15px 0;}
.rec-top div{
	display: inline-block;
	border-left: 3px solid #034493;
	padding-left: 15px;
	font-size: 18px;
	margin-left: 14px;
}
.rec-top span{
	font-size: 15px;
	display: block;
	float: right;
	padding-right: 20px;
}
.rec-top span img{
	width: 24px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);   
    filter: grayscale(100%);
    filter: gray;
    margin-left: 10px;
    transition: all 0.4s;
    margin-bottom: 2px;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}
.rec-bot{
	background: url(../images/rec-bj1.png) no-repeat center center;
	height: 443px;
	width: 100%;
	background-size: cover;
	padding: 60px 30px 30px 106px;
	font-size: 15.5px;
	line-height: 26px;
	display: none;
}
.rec-bot div{margin-bottom: 30px;}
.rec-tex .rec-act .rec-top{border-color: transparent;}
.rec-tex .rec-act .rec-top span{color: #034493;}
.rec-tex .rec-act .rec-top span img{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);   
    filter: grayscale(0%);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.rec-tex .rec-act .rec-bot{
	display: block;
}

/*联系我们*/
.cont-box{
	padding-top: 50px;
	padding-bottom: 60px;
}
.cont-left{
	float: left;
}
.cont-left div{
	font-size: 24px;
	margin-bottom: 35px;
}
.cont-left ul li{
	color: #333333;
	margin-bottom: 32px;
	font-size: 18px;
	line-height: 34px;
}
.cont-left ul li img{
	float: left;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);   
    filter: grayscale(100%);
}
.cont-left ul li p{
	margin: 0;
	margin-left: 42px;
}
.cont-left ul li span{
	color: #666666;
}
.cont-right{
	float: right;
	width: 564px;
}
.cont-right form {
	margin-bottom: 50px;
}
.cont-right form div input{
	width: 268px;
	margin-bottom: 20px;
	background-color: #F4F2F2;
	height: 50px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	padding-left: 15px;
}
.cont-right form div input:first-of-type{
	margin-right: 24px;
}
.cont-right form textarea{
	width: 100%;
	margin-bottom: 20px;
	background-color: #F4F2F2;
	height: 180px;
	border: none;
	border-radius: 5px;
	padding-left:15px;
	padding-top: 12px;
	font-size: 16px;
}
.cont-right form input[type=submit]{
	font-size: 18px;
	color: white;
	border: none;
	background-color: #034493;
	padding: 14px 66px;
	border-radius: 5px;
}
.cont-map{
	width: 100%;
	height: 275px;
}
.cont-map&gt;img{
	width: 100%;
	height: 100%;
}

.prode-imp img{max-width:100%;height:auto;}</pre></body></html>